home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / misc / math / pcalc.lha / PCalc.doc < prev    next >
Text File  |  1995-06-15  |  2KB  |  76 lines

  1.  
  2.                           PCalc v2.4
  3.                           ==========
  4.  
  5. PCalc is a small commodity calculator for programmers.
  6.  
  7. This program requires OS 2.04 or later to run.
  8.  
  9. Keys usage:
  10.  
  11. <+>            Add
  12. <->            Substract
  13. </>            Divide
  14. <*>            Multiply
  15. <ENTER>        Calculate answer
  16. <BACKSPACE>    Delete last digit
  17. <TAB>          Convert values to HEX/DEC/BIN
  18. <ESC>          Clear everything
  19. <DEL>          Erase last entry. The process of calculation remains unerased
  20.  
  21. PCalc understands the following icon tooltypes:
  22.  
  23. `CX_PRI=PRIORITY'
  24.      lets you change the priority of PCalc relative to other
  25.      Commodities Exchange programs. The valid range is -128 to 127;
  26.      This only changes the order in which the Commodities
  27.      gets to look at input events. Default priority is 0.
  28.  
  29. `CX_POPKEY=HOTKEY STRING'
  30.      specifies the key or keys that must be pressed to pop up PCalc
  31.      window. The window opens on the front-most screen.
  32.      The default is `control alt c'.
  33.  
  34. `CX_POPUP=yes|no'
  35.      determines whether the window is opened when PCalc is started.
  36.      The default is `yes'. You will probably want to change
  37.      this if you put the program in the `WBStartup' drawer.
  38.  
  39. Copyright
  40. ---------
  41. PCalc is written and copyright © 1994-1995 by Bogdan Marczuk. No parts
  42. of this program may be altered by any means (this includes editing,
  43. reprogramming, resourceing etc.), except archiving.
  44. PCalc is a freeware program.
  45.  
  46. Disclaimer
  47. ----------
  48. The author is in no way liable for damages or loss of data directly
  49. or indirectly caused by this software.
  50.  
  51. History
  52. -------
  53.  
  54. 2.3   first public release.
  55.  
  56. 2.4   - added handling of signals CTRL-C, CTRL-E and CTRL-D
  57.       - CX_POPUP tooltype added
  58.       - now when program is executed a second time it signals
  59.         the first program to open its window, instead of
  60.         starting a second copy.
  61.       - tooltype CX_PRI changed to CX_PRIORITY           
  62.  
  63. The Author
  64. ----------
  65. Any comments, ideas or bug-reports etc. to:
  66.  
  67.     Bogdan Marczuk
  68.     ul. Wielka 41/7
  69.     53-338 Wroclaw
  70.     POLAND
  71.  
  72. You can also try by E-Mail (Internet):
  73.  
  74.     marczuk@ci-1.ci.pwr.wroc.pl   or
  75.     pro36@ci3ux.ci.pwr.wroc.pl
  76.